home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_553 / addmenu / example.script < prev    next >
Text File  |  1992-05-06  |  1KB  |  58 lines

  1. ;This file has a certain structure that MUST be adhered to
  2. ;A comment line can start with any character except 
  3. ;a plus sign, an asterisk or hash sign 
  4. ;NO COMMENTS ON THE SAME LINE AS TEXT OR COMMANDS.
  5. ;The TEXT for the menu item MUST start and end with a plus sign 
  6. ;Keep text short!!
  7. ;The command string for that text MUST start and end with an
  8. ;asterisk and must follow the text line, 
  9. ;(comments are allowed in between text and commands)
  10. ;and finally the file must end with a hash on the start
  11. ;of a new line.
  12. ;below is a small example
  13. +DirOpus+
  14. *dh0:utilities/directoryopus*
  15. +DiskMaster+
  16. *dh0:c/diskmaster*
  17. +Puzzle+
  18. *dh0:devpac/puzzle/puzzle*
  19. +WinMan+
  20. *winman*
  21. +AmiDock+
  22. *assign DOCK: dh0:newstuff/amidock/dock/interlace/maindock*
  23. *amidock*
  24. +VBR+
  25. *vbr >nil:*
  26. +NoVirus+
  27. *dh0:devpac/nv/novirus*
  28. +SysInfo+
  29. *dh0:utilities/sysinfo*
  30. +Calc+
  31. *dh0:utilities/programmer*
  32. +PowerPacker+
  33. *dh0:utilities/powerpacker*
  34. +DPaint3+
  35. *cd dh0:graphics*
  36. *dpaint*
  37. +Facction+
  38. *dh0:utilities/facction*;test comment
  39. +TrackDOS+
  40. *dh0:utilities/trackdos*
  41. +SuperAmi2.5+
  42. *cd dh0:copiers*
  43. *sca-V2.5*
  44. ;+XCopy3+
  45. ;*cd dh0:copiers*
  46. ;*xcopyiii*
  47. +TurboBackup+
  48. *dh0:c/turbobackup*  
  49. +HackPack+
  50. *execute s:hackpac*
  51. +[Game Menu]+
  52. *addmenu s:addmenu.game*
  53. +[Edit Menu]+
  54. *addmenu s:addmenu.edit*
  55. #
  56.  
  57.  
  58.